configuration / chassis0 / slots / [SLOT-ID] / [gps180] / module

CLI REST-API

gps

The submenu gps (GPS) contains the following:

Menus:
serial-ports (Serial-Ports)
timezone (Timezone)

Objects:
antenna-cable-length (Antenna Cable Length [m])
ignore-lock (Ignore Lock)
time-scale (Time Scale)
enable-pulses (Enable Pulses)
enable-serial (Enable Serial)
enable-synth (Enable Synth)
synth-frequency (Synth Frequency)
synth-range (Synth Range)
synth-phase (Synth Phase)
irig-code (IRIG Code)
irig-mode (IRIG Mode)

Commands: none



Applies to modules


GPS167
GPS167SV
GPS170
GPS180
GNS181_UC
GPS190
GNS181
GNS190

See also:
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/gps/serial-ports
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/gps/timezone
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/gps/antenna-cable-length
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/gps/ignore-lock
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/gps/time-scale
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/gps/enable-pulses
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/gps/enable-serial
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/gps/enable-synth
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/gps/synth-frequency
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/gps/synth-range
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/gps/synth-phase
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/gps/irig-code
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/gps/irig-mode
/status/chassis0/slots/[SLOT-ID]/[gns181]/module/gps

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/chassis0/slots/.*/module/gps


Example using curl:
curl /api/configuration/chassis0/slots/.*/module/gps


Method: PATCH
URL: /api/configuration/chassis0/slots/.*/module/gps
Body:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/chassis0/slots/.*/module/gps
-d "{
  \"objects\": \"new-values\"
}"